@charset "UTF-8";


/*ポップアップお願いここから 12*/
.popup_wrap12 input {
  display: none;
}

.popup_overlay12 {
  display: flex;
  justify-content: center;
  /* overflow: scroll; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999999999999999999999999999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger12 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -276px;
    top: 925px;
}

.popup_content12 {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 1240px;

  padding: 0;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
	 /* overflow: scroll; */

}

.popup_wrap12 input:checked ~ .popup_overlay12 {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn12 {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 25px;
  margin:10px auto 10px auto;
  padding: 8px 16px;
  color: #fff;
  background:#0c0d62;
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;
	font-size: 15px;

}
.open_btn12:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}

/*ポップアップココまで 12*/

